Einhugur macOS Bridge plugin.

UIImage.FromSystemNamedImage Method

Creates an image object that contains a system symbol image.

shared FromSystemNamedImage(
   imageName as String) as EinhuguriOSBridge.UIImage

Parameters

imageName
The name of the system symbol image. Use the SF Symbols app to look up the names of system symbol images. You can download this app from the design resources page at developer.apple.com.

Returns

EinhuguriOSBridge.UIImage

Remarks

This is preliminary implementation as we do not support trait collections and such yet.

See Also

UIImage Class